Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_cntrl
ctype_cntrl
Check control characters
Name:
ctype_cntrl
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check control characters
Related
How to avoid file permission issues when using PHP symlink function
10
PHP strnatcasecmp Tips for handling complex data structures
3
How to determine whether the directory exists through opendir
2
The data format analysis and processing method returned by the timezone_location_get function
2
Similar Functions
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_print
ctype_print
Checkprintablecharac
ctype_digit
ctype_digit
Checknumericcharacte
ctype_punct
ctype_punct
Checkforprintablecha
ctype_lower
ctype_lower
Checklowercasecharac
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_graph
ctype_graph
Checkforanyprintable
ctype_upper
ctype_upper
Checkcapitalcharacte
Popular Articles